home *** CD-ROM | disk | FTP | other *** search
- package mx.core
- {
- use namespace mx_internal;
-
- public final class ContainerCreationPolicy
- {
- mx_internal static const VERSION:String = "2.0.1.0";
-
- public static const AUTO:String = "auto";
-
- public static const ALL:String = "all";
-
- public static const QUEUED:String = "queued";
-
- public static const NONE:String = "none";
-
- public function ContainerCreationPolicy()
- {
- super();
- }
- }
- }
-
-